home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource4
/
213_01
/
cbprepr.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1979-12-31
|
512 b
|
14 lines
;;CBPREPR.BAT VERS:- 01.00 DATE:- 09/26/86 TIME:- 09:36:02 PM
;;
;;Submit file for filtering C code through cbprepr then cbr
;;
;;Usage: batchr cbprepr input_file output_file
;;
;;By J.A. Rupley, Tucson Arizona
;;Standard .bat = .sub = .zex command code
;;
cbprepr <$1.c +$2.c
cbr <$2.c +$2.c
cr $2
;;diff $1.com,$2.com